home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MRUTC.LZH / MENU.C < prev    next >
Text File  |  1988-01-19  |  174b  |  14 lines

  1. /* ---------- menu.c ---------- */
  2.  
  3. #include "twindow.h"
  4. void exec(void);
  5.  
  6. char notefile [] = "note.pad";
  7.  
  8. void main()
  9. {
  10.     load_help("tcprogs.hlp");
  11.     exec();
  12. }
  13.  
  14.